/*搜索*/
.searchNav {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 55px;
    border-bottom: 2px solid #c6342a;
}
.searchList {
    margin-top: 30px;
}
.searchList .item {
    padding: 20px 0 20px 10px;
    border-bottom: 1px solid #f0f0f0;
}
.searchList .item .search-title {
    color: #333333;
    font-size: 18px;
    margin-bottom: 14px;
}
.searchList .item .search-date {
    color: #333333;
    font-size: 12px;
}
.searchList .item .search-date em {
    color: #bababa;
    margin: 0 30px 0 15px;
}
.page-large {
    margin: 40px 0 20px;
    text-align: center;
}
.page-large a.on {
    border: 1px solid #c6342a;
    background: #c6342a;
    color: #fff;
}
.page-large a {
    min-width: 34px;
    height: 34px;
    display: inline-block;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 34px;
    text-align: center;
    float: left;
    text-indent: 0;
    color: #666666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 3px;
}
.searchList .item:hover {
    background-color: #f7f7f7;
}
.page-large .next-page:hover {
    border: 1px solid #ef3838;
    background: url(../images/small-next-page-on.png) center center no-repeat #ef3838;
}
.page-large .next-page {
    background: url(../images/small-next-page.png) center center no-repeat;
}
.page-large .prev-page:hover {
    border: 1px solid #ef3838;
    background: url(../images/small-prev-page-on.png) center center no-repeat #ef3838;
}
.page-large .prev-page {
    background: url(../images/small-prev-page.png) center center no-repeat;
}
.foot{background: #666666;padding: 50px;}
.foot p{text-align: center;color: #fff;line-height: 2rem;}

.search-title a span{
    color: #c6342a !important;
}

.headerSearch .search {
    width: 275px;
    background-color: #e0e9ee;
    height: 30px;
    border-radius: 20px;
}

.headerSearch .search input[type='text'] {
    width: 220px;
    background-color: transparent;
    height: 30px;
    border: none;
    outline: none;
    margin-left: 15px;
    vertical-align: middle;
    margin-right: 6px\0;
}

.headerSearch .search img {
    width: 20px;
    vertical-align: middle;
    margin-right: 15px;
}
.headerSearch{
    width: 20%;
    float: right;
    margin-top: 30px;
}